home *** CD-ROM | disk | FTP | other *** search
/ Mac OS on the PowerPC Mic…rocessor - In Store Demo / Mac OS on the PowerPC Microprocessor.iso / MacOS / MacOS.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  294 b   |  14 lines

  1. on exitFrame
  2.   global gSpriteSetList, gSkipInit
  3.   if gSkipInit then
  4.     go("StartMode")
  5.   else
  6.     repeat with n in getAt(gSpriteSetList, 1)
  7.       set the visible of sprite n to 1
  8.     end repeat
  9.     updateStage()
  10.     watchon()
  11.     set the mouseDownScript to "introMouseDownScript"
  12.   end if
  13. end
  14.